Billing API V2.0 documentation

Introduction

The intent of this specification is to create a read-only query service between our IssueTracker (trouble ticket) system, and external billing systems. This provides two distinct services, one to search for subscribers, and the other to return basic subscriber information (subscriber detail) for a single subscriber. This decreases call times, and increases the accuracy of information since it is retrieved from the authoritive source, the billing system.

All queries are done via HTTP using GET for search parameters, and responses are expected to be formatted as JSON. For security, these requests should be implemented on a webserver running HTTPS.

Testing of your implementation of the API can be done at:

http://tracker.serverplus.com/billingapi

This will allow you to adjust the settings to your supported search fields, and run test queries.